home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / new / carmn20a.arj / CARMEN20.BAT < prev    next >
DOS Batch File  |  1990-09-23  |  186b  |  12 lines

  1. echo off
  2. cls
  3. if not exist carmen.exe goto fail
  4. ren carmen.exe carmen.unp
  5. debug < carmen20.dat
  6. ren carmen.unp carmen.exe
  7. goto end
  8. :fail
  9. echo CARMEN.EXE not found!
  10. :end
  11. echo on
  12.